Instructions For WINPIC.EXE WINPIC.EXE must be in the directory that contains the .BMP files. The first time you start WINPIC.EXE, it will search your directory for all .BMP files (picture you see when starting windows). It creates a list of .BMP files in a file called WINPIC.DAT. This is the file that WINPIC.EXE uses to select from. If you later add or subtract .BMP files from your windows directory, you need to delete the WINPIC.DAT file so that it can be rebuilt using current information. WINPIC.EXE searches the WIN.INI file for Wallpaper=. It then randomly selects a .BMP file and sets Wallpaper accordingly. It copies each line of info from WIN.INI to a file called WIN.TMP. At the completion of the process, it copies the contents of WIN.TMP to WIN.INI. Typical way to Start Windows: (with .BMP files in the \Windows directory) Create a batch file similar to the following: Echo off Cd\Windows Winpic Win Start windows by running this batch file.